home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 2109 / 2109.xpi / chrome / febe.jar / content / settings / directory.xul < prev    next >
Extensible Markup Language  |  2009-07-03  |  4KB  |  78 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!DOCTYPE overlay [
  4. <!ENTITY % febeDTD SYSTEM "chrome://febe/locale/febe.dtd" >%febeDTD;
  5. <!ENTITY % febeHelpDTD SYSTEM "chrome://febe/locale/febeHelp.dtd" >%febeHelpDTD;
  6. <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd" >%globalDTD;
  7.  ]>
  8.  
  9. <overlay id="febedirectoryOverlay"
  10.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  11.  
  12.     <prefpane id="extbudir" label="&febe.prefpane.directory.label;"
  13.         onpaneload="febeCheckBuDestDir();febeDisableOpts();febeHideHelpIcons();">
  14.  
  15.         <script type="application/x-javascript" src="chrome://febe/content/febeCommon.js"/>
  16.         <script type="application/x-javascript" src="chrome://febe/content/febe.js"/>
  17.         <script type="application/x-javascript" src="chrome://febe/content/febeOptions.js"/>
  18.         <script type="application/x-javascript" src="chrome://febe/content/febeScheduleBackup.js"/>
  19.         <script type="application/x-javascript" src="chrome://febe/content/febeUDBu.js"/>
  20.         <script type="application/x-javascript" src="chrome://febe/content/boxnet.js"/>
  21.         <script type="application/x-javascript"    src="chrome://febe/content/febeObserver.js"/>
  22.  
  23.         <stringbundleset id="febestringbundleset">
  24.             <stringbundle id="febe-strings" src="chrome://febe/locale/febe.properties"/>
  25.         </stringbundleset>
  26.  
  27.         <preferences>
  28.             <preference id="febeExtBUdirPR" name="extensions.febe.extBUdir" type="unichar" instantApply="true"/>
  29.             <preference id="useTimestampedDir" name="extensions.febe.useTimestampedDir" type="bool" instantApply="true"/>
  30.             <preference id="timestampformat" name="extensions.febe.timestamp.format" type="string" instantApply="true"/>
  31.             <preference id="maxBuDirs" name="extensions.febe.maxBuDirs" type="int" instantApply="true"/>
  32.             <preference id="clearDestDir" name="extensions.febe.clearDestDir" type="bool" instantApply="true"/>
  33.             <preference id="clearWarning" name="extensions.febe.clearwarning" type="bool" instantApply="true"/>
  34.         </preferences>
  35.  
  36.         <groupbox class="box-inset">
  37.             <caption control="DestDirID" class="outset rounded">
  38.                 <label id="febeBuDestDirCaption_id" value="&febe.bu.dest.dir;"/>
  39.                 <image id="febeHelp27" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('27','&febe.bu.dest.dir;');" class="helpButton"/>
  40.             </caption>
  41.             <hbox>
  42.                 <textbox flex="1" id="DestDirID" preference="febeExtBUdirPR"/>
  43.                 <button label="&febe.browse.label;" oncommand="febeSelBUDestDir();"/>
  44.             </hbox>
  45.             <hbox>
  46.                 <button id="febeviewbudirbtnID" label="&febe.viewbudirbtn;" oncommand="febeViewBuDir();"/>
  47.             </hbox>
  48.             <groupbox>
  49.                 <hbox>
  50.                     <checkbox id="useTimestampedDir_id" label="&febe.useTimestampedDir.label;" preference="useTimestampedDir" oncommand="febeDisableOpts();"/>
  51.                     <image id="febeHelp01" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('01','&febe.useTimestampedDir.label;');" class="helpButton"/>
  52.                 </hbox>
  53.                 <hbox>
  54.                     <label id="febeTimestampFormatLabelID" value="&febe.timestampformat.label;"/>
  55.                     <radiogroup id="febeTimestampFormatID" preference="timestampformat" oncommand="febeTimestampDirCheck();">
  56.                         <radio id="febeTimestampFormat1ID" selected="true" label="&febe.format.iso8601;" value="FEBE YYYY MM-DD hh.mm.ss"/>
  57.                         <radio id="febeTimestampFormat2ID" label="&febe.format.european;" value="FEBE YYYY DD.MM hh.mm.ss"/>
  58.                     </radiogroup>
  59.                 </hbox>
  60.                 <hbox align="center">
  61.                     <label id="maxBuDirsLabelID" value="&febe.maxbudirs.label;" preference="maxBuDirs"/>
  62.                     <textbox id="maxBuDirsID" preference="maxBuDirs" width="25" onchange="febeValidateMaxDirs();"/>
  63.                     <image id="febeHelp16" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('16','&febe.maxbudirs.label;');" class="helpButton"/>
  64.                 </hbox>
  65.             </groupbox>
  66.             <groupbox>
  67.                 <hbox>
  68.                     <checkbox id="clearDestDir_id" label="&febe.clearDestDir.label;" preference="clearDestDir" oncommand="febeDisableOpts();"/>
  69.                     <image id="febeHelp02" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('02','&febe.clearDestDir.label;');" class="helpButton"/>
  70.                 </hbox>
  71.                 <hbox>
  72.                     <checkbox class="indent" id="clearwarn_id" label="&febe.clearwarn.label;" preference="clearWarning"/>
  73.                     <image id="febeHelp18" tooltiptext="&febe.tooltiphelp.msg;" onclick="febeHelp('18','&febe.clearwarn.label;');" class="helpButton"/>
  74.                 </hbox>
  75.             </groupbox>
  76.         </groupbox>
  77.     </prefpane>
  78. </overlay>